home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 5 #3 / Selectware - The Ultimate Software Demonstration System - Selectware.ISO / str20006 / copyfile.swt / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-08-16  |  669 b   |  30 lines

  1. echo off
  2. cls
  3. echo ----------------------------------------------------------------------
  4. echo             D a r k  S u n  D e a l e r  D e m o
  5. echo                   I n s t a l l a t i o n
  6. echo ----------------------------------------------------------------------
  7. echo .
  8. echo .
  9. echo This will install the two disks from the b: drive onto the c: drive.
  10. echo .
  11. echo A directory called c:\dsdemo will be created...
  12. echo .
  13. echo This program will require less then 3 megs of disk space.
  14. echo .
  15. pause
  16. c:
  17. md\dsdemo
  18. cd\dsdemo
  19. copy b:\lharc.exe c:\dsdemo
  20. lharc x b:\d1 
  21. echo Please insert disk two...
  22. pause
  23. lharc x b:\d2
  24. echo Done...
  25. pause
  26. cls
  27.  
  28.  
  29.  
  30.